home *** CD-ROM | disk | FTP | other *** search
- Path: news.microsoft.com!news
- From: a-cnadc@microsoft.com (Dann Corbit)
- Newsgroups: comp.lang.c
- Subject: Re: My last chance....Format Routine
- Date: 29 Feb 1996 23:36:33 GMT
- Organization: Microsoft Corporation
- Message-ID: <4h5da1$30b@news.microsoft.com>
- References: <1996Feb29.091821.1500@es.dupont.com>
- NNTP-Posting-Host: 157.57.171.202
- Mime-Version: 1.0
- X-Newsreader: WinVN 0.93.14
-
- In article <1996Feb29.091821.1500@es.dupont.com>, MALCOLM.SMART@CONOCO.DUPONT.COM says...
- >
- >I've posted this to the COMP.OS.DOS etc groups with no joy.
- >
- >Does anyone know of a c routine to format a floppy disk? My client
- >wishes to remove program manager from the windows setup, but still wishes
- >to allow users to format floppies.
- >
- >Any info appreciated
- >
- >--Malc
- >
- >--My own questions and not those of my employer
- >
- system("format a:");
- or
- system("format b:");
-
- If the computer has a subst or assign command, they
- could be formatting a local hard drive.
- --
- The opinions expressed in this message are my own personal views
- and do not reflect the official views of Microsoft Corporation.
- In fact, I'm just a subcontractor, not an employee, so pull in your claws.
-
-